home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / libs / queue.lzh / queue / queue.readme < prev   
Text File  |  1995-10-26  |  543b  |  14 lines

  1. Short:    message queue library (multi<->multi)
  2. Author:   fasten@shw.com (Bernhard Fastenrath)
  3. Uploader: fasten@shw.com (Bernhard Fastenrath)
  4. Version:  1.0
  5. Type:     util/libs
  6.  
  7. This library allows several task to write to a message queue which can be
  8. read by several other tasks. It is used by my shutdown command
  9. (AmiNet:util/libs/shutdown.lzh). The included queue_test.c program is just
  10. a demonstration, it has some obvious memory leaks.
  11.  
  12. Recompilation with gcc requires a patch to libnix (libinit.o) which will
  13. be included with libnix 1.1.
  14.